home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 01368_Script_1368 < prev    next >
Text File  |  1995-05-21  |  274b  |  7 lines

  1. on exitFrame
  2.   global gSuccessrate
  3.   if gSuccessrate <= 9 then go frame "Bad"
  4.   if gSuccessrate >= 10 and gSuccessrate <= 17 then go frame "Average"
  5.   if gSuccessrate >= 18 and gSuccessrate <= 23 then go frame "Good"
  6.   if gSuccessrate >= 24 then go frame "DaWinna"
  7. end